GtkDialog: Set window titles in header bars
authorMatthias Clasen <mclasen@redhat.com>
Sun, 13 Jul 2014 13:56:06 +0000 (09:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Jul 2014 13:58:31 +0000 (09:58 -0400)
commit97b9d8e4aea19e414c96e13149b9d1e93b1c1bc5
tree5e7affe3dd0153fa9e56c4686316f46bff08f2d1
parent808705327db9957026ea7ca9500cd960cfbab231
GtkDialog: Set window titles in header bars

This is fallout from the recent dialog changes. We don't set the
headerbar as titlebar early enough anymore, so when the window title
gets set, it does not get passed on to the headerbar. So, re-set it
manually when the titlebar is put in place.

https://bugzilla.gnome.org/show_bug.cgi?id=733099
gtk/gtkdialog.c